home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / games / mcraft.zip / 0004 / 0004
Text File  |  1995-10-04  |  495b  |  19 lines

  1. ;------------------------------------------------
  2. ;   Project game
  3. ;   VSoft
  4. ;   Copyright ⌐ 1995. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    game.exe Module Defintion File
  7. ;   FILE:         game.def
  8. ;   AUTHOR:
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME game
  13.  
  14. DESCRIPTION 'game Application - Copyright ⌐ 1995. All Rights Reserved.'
  15. EXETYPE     NOTWINDOWCOMPAT
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE
  18. HEAPSIZE    4096
  19. STACKSIZE   8192